home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 14990 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  778 b 

  1. Path: news.interpath.net!softbase
  2. From: softbase@mercury.interpath.com (Scott McMahan - Softbase Systems)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Problem with handles limitation
  5. Date: 16 Apr 1996 16:21:32 GMT
  6. Organization: Interpath -- Providing Internet access to North Carolina
  7. Message-ID: <4l0hec$iqm@news.interpath.net>
  8. References: <3173B84E.42E7@innet.be>
  9. NNTP-Posting-Host: mercury.interpath.com
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. Ruud Fleuren (Rfleuren@innet.be) wrote:
  13. : Can someone help me with the following problem. In order to access files 
  14. : faster I want to open more then 60 files at the same time .
  15.  
  16. This sounds like a design issue. Do you really want to open 60 files
  17. at once? The kernel soft limit in HP-UX is something like 65. That's
  18. a lot of files. 
  19.  
  20. Scott
  21.  
  22.